text/template/parse.Tree.funcs (field)

7 uses

	text/template/parse (current package)
		parse.go#L27: 	funcs      []map[string]any
		parse.go#L146: 		funcs: funcs,
		parse.go#L236: 	t.funcs = funcs
		parse.go#L250: 	t.funcs = nil
		parse.go#L322: 				newT.startParse(t.funcs, t.lex, t.treeSet)
		parse.go#L654: 	block.startParse(t.funcs, t.lex, t.treeSet)
		parse.go#L822: 	for _, funcMap := range t.funcs {